home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / linalg.zip / PROJ01.PRO < prev    next >
Text File  |  1989-05-26  |  277b  |  13 lines

  1. PROJECT 1.
  2.  
  3.    Take various pairs of n by n matrices, A and B;
  4.  
  5.               2         2 2
  6. compute   (AB)   and   A B  .
  7.  
  8.  
  9.    Based on what you observe, either prove or disprove the following conjecture:
  10.  
  11.               2         2 2
  12.           (AB)    =    A B  .
  13.